﻿
  .clockTime {
    font-size: 48px;
    text-align: center;
    margin-top: 100px;
  }


* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
body {
	/*background-color: #fafafa;*/
	background-color: #fff;
	font-family: Microsoft YaHei, '微软雅黑', Microsoft YaHei-Regular;
    font-size: 16px;
    color: #101010;
    /* background: url(bg.png) center top no-repeat; */
}
li {
	list-style: none;
}
img {
	vertical-align: middle; /*清除图片底部缝隙，图片和文字基线对齐*/
    border: 0;
    max-width: 100%;
}
a, a:hover {
	text-decoration: none;
    color: #101010;
}
input {
    outline: none;
    border: 0;
}
.clearfix {
    display: block;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.container {
    padding: 0;
}
.row {
    margin: 0;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding: 0;
}




.transAll {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}




/* 头部链接 */
.topMain {
    background-color: #ebebeb;
    padding: 9px 0;
}
.topLink {
    text-align: right;
    color: #828282;
    font-size: 14px;
}
.topLink a {
    display: inline-block;
    height: 21px;
    line-height: 22px;
    color: #828282;
    font-size: 14px;
    margin: 0 10px;
}
.topLink .topLogin {
    padding-left: 22px;
    background: url(../img/icon18.png) center left no-repeat;
    -o-background-size: 22px 22px;
       background-size: 22px 22px;
}
.topLink .topRegister {
    padding-left: 19px;
    background: url(../img/icon19.png) center left no-repeat;
    -o-background-size: 16px 16px;
       background-size: 16px 16px;
}

.topLink .topLogin:hover {
    color: #104599;
    background: url(../img/icon18-2.png) center left no-repeat;
    -o-background-size: 22px 22px;
       background-size: 22px 22px;
}
.topLink .topRegister:hover {
    color: #104599;
    background: url(../img/icon19-2.png) center left no-repeat;
    -o-background-size: 16px 16px;
       background-size: 16px 16px;
}
/* 头部链接 end */




/* logo、搜索 */
.header {
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
            box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
}
.header .input-group {
    width: 566px;
    float: right;
}
.header_searchM {
    position: relative;
}

.header_L {
    width: 40%;
}
.header_r {
    width: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

/*
.header .header_search {
    height: 50px;
    float: left;
}
.header .header_search .header_searchInp {
    width: 275px;
    height: 50px;
    float: right;
    border: 1px solid rgba(215, 215, 215, 1);
    padding-left: 10px;
}
.header .header_search input[type="text"]::-webkit-input-placeholder {
    color: #888;
    font-size: 16px;
}
.header .header_search input[type="text"]:-moz-placeholder {
    color: #888;
    font-size: 16px;
}
.header .header_search input[type="text"]::-moz-placeholder {
    color: #888;
    font-size: 16px;
}
.header .header_search input[type="text"]:-ms-input-placeholder {
    color: #888;
    font-size: 16px;
}
.header .header_search input[type="text"]::-ms-input-placeholder {
    color: #888;
    font-size: 16px;
}
.header .header_search input[type="text"]::placeholder {
    color: #888;
    font-size: 16px;
}
.header .header_search .header_searchBtn{
    float: right;
    width: 70px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #C7A368;
    cursor: pointer;
}
*/
.navLinks {
    float: left;
    font-size: 16px;
    margin-left: 88px;
}
.navLinks a {
    font-size: 16px;
    color: #888;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.navLinks .gzbLink {
    color: #888;
    margin-left: 15px;
}
.navLinks span {
    margin: 0 10px;
    color: #888;
}
.navLinks a:hover {
    color: #C7A368;
}

/* 导航栏 */
.navbarBox {
    /* -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
            box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09); */
}
.navbar, .bg-light {
    padding: 0;
    /* width: 90%; */
    margin: 0 auto;
}
.navbar .navbar-nav li .nav-link {
    color: #1B1B1B;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
}
.navbar .navbar-nav .active>.nav-link {
    color: #C7A368;
}
.navbar .navbar-nav {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.navbar .navbar-nav .nav-item {
    line-height: 78px;
    position: relative;
}
.navbar .navbar-nav .nav-item span {
    background-color: #C7A368;
    display: inline-block;
    width: 16px;
    height: 16px;
    opacity: 0;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -10px;
    background: url(../img/icon12.png) center top no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
}
.navbar .navbar-nav .nav-item.active span {
    opacity: 1;
}
.navbar .navbar-nav .nav-item:hover > a {
    color: #C7A368!important;
}
.navbar .navbar-nav .nav-item:hover span {
    opacity: 1;
}
.mobile_navb {
    border-color: rgba(0, 66, 147, 0.1)!important;
}
.mobile_navb .navbar-toggler-icon {
    background: url(../img/icon2.png) center top no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
}

.navbar .navbar-nav .nav-item span, .navbar .navbar-nav li .nav-link {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
/* 下拉 */
.navbar .navbar-nav .nav-item .subNav {
   /* width: 150%;*/
   width: 155%;
    position: absolute;
    z-index: 100;
    /* background: #17acdd; */
    background: #002b71;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.08);
    display: none;
}
.navbar .navbar-nav .nav-item ol li {
    height: 45px;
    line-height: 45px;
    /*padding: 0 12px;*/
    padding: 0 10px 0 20px;
    text-align: left;
    /* border-top: 1px solid #50c0e4; */
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.navbar .navbar-nav .nav-item ol li:hover {
    background-color: #005FA5;
}

.navbar .navbar-nav .nav-item ol li a {
    font-size: 15px;
    position: relative;
    color: #fff;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.navChild a {
    padding: 3px 0!important;
    font-size: 15px!important;
    text-indent: 2em;
}

.res_mask {
    position: fixed;
    z-index: 1000;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0);
    top: 0px;
}

.mask_icon {
    font-size: 30px!important;
    /* top: 70px; */
    position: fixed;
    right: 3%;
    top: 0px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    opacity: 1;
    color: #fff;
}

.mask_ser {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-bottom: 2px solid rgba(255,255,255,0.2);
    position: relative;
}
.mask_ser input.notxt {
    width: 100%;
    background: none;
    padding: 0 0 0 40px;
    color: #fff;
    font-size: 14px;
    
}
.mask_ser input.notxt1 {
    background: url(../img/mb-search.png) center no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 10px;
    top: 9px;
}

.res_mask > ul {
    width: 200px;
    padding-top: 40px;
    height: 100%;
    float: right;
    text-align: center;
    background-color: #5a15b2;
    -webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.6);
            box-shadow: 0 5px 30px rgba(0,0,0,0.6);
    overflow-y: auto;
}
.res_mask ul a {
    /* border-bottom: 1px solid #fff; */
}
/* .res_mask ul a {
    padding: 10px 0; 
    font-size: 16px;
    color: #fff;
    padding: 12px 0px;
    display: block;
    
}*/

.res_mask > ul > li {
    font-size: 16px;
    color: #fff;
    /* padding: 12px 0px; */
    padding: 5px 15px;
    display: block;
    position: relative;
}

.res_mask > ul > li .cn {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
      -o-animation-duration: 0.5s;
         animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
      -o-animation-fill-mode: both;
         animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    -moz-animation-name: returnToNormal;
      -o-animation-name: returnToNormal;
         animation-name: returnToNormal;
}
@-webkit-keyframes returnToNormal {
	from {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}
	to {opacity: 1;-webkit-transform: none;transform: none;}
}
@-moz-keyframes returnToNormal {
	from {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);-moz-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}
	to {opacity: 1;-webkit-transform: none;-moz-transform: none;transform: none;}
}
@-o-keyframes returnToNormal {
	from {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}
	to {opacity: 1;-webkit-transform: none;-o-transform: none;transform: none;}
}
@keyframes returnToNormal {
	from {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);-moz-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}
	to {opacity: 1;-webkit-transform: none;-moz-transform: none;-o-transform: none;transform: none;}
}



/* 新添加样式   开始*/
.res_mask > ul > li > .nav-tit a {
    font-size: 16px;
    color: #fff;
    float: left;
}
.res_mask > ul > li .list-itemR {
    float: right;
}
.res_mask > ul > li .list-itemR img {
    vertical-align: -4px;
}
.res_mask > ul > li .list-itemR .list-itemRi {
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.res_mask .nav-lv a {
    font-size: 14px;
    color: #fff;
    width: 100%;
    padding: 0px;
    display: inline-block;
    text-align: left;
    text-indent: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}
.mask_icon {
    z-index: 9999;
}
#tab-move4 .nav-lv-item {
    padding-top: 6px;
}
/* 新添加样式   结束*/



/* banner */

.topBanner {
    position: relative;
    overflow: hidden;
    background: url(../img/banner.png) center top no-repeat;
    -o-background-size: cover;
       background-size: cover;
}
.topBanner .topBannerMain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.topBanner p, .topBanner p a {
    color: #fff;
}
.topBanner .topBannerTit {
    font-size: 60px;
    margin-bottom: 50px;
}
.topBanner .curPositon, .topBanner .curPositon a {
    font-size: 18px;
}

/* 列表页主题 */
.listMain {
    /* background: url(../img/secBg.png) center top no-repeat; */
    /* min-height: 1000px; */
}
/* 新闻动态 - 文字列表 */
.mod {
    padding-top: 47px;
}
.mod .col_menu {
    width: 240px;
    float: left;
    margin-right: -240px;
    position: relative;
    background-color: #f3f8fe;
    padding-top: 20px;
}
.mod .col_menu .col_menu_head {
    width: 248px;
    height: 85px;
    background: url(../img/icon4.png) center top no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
}
.col_menu_head .col_menu_nav {
    display: none;
}
.mod .col_menu .col_menu_head .col_name {
    height: 75px;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.mod .col_menu .col_menu_head .col_name img {
    margin-right: 15px;
}

.mod .col_menu .col_menu_con > ul {
    width: 100%;
}
.mod .col_menu .col_menu_con > ul > li {
    width: 200px;
    margin: 0 auto;
    height: 70px;
   /* line-height: 70px;*/
    text-align: left;
    border-bottom: 1px dotted #adadad;
    /* background: url(../img/icon6.png) 24px no-repeat; */
    position: relative;
    padding-left: 35px;
    cursor: pointer;
   /* overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;*/
}
.mod .col_menu .col_menu_con > ul > li > a {
   font-size: 18px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #101010;
    
}
.mod .col_menu .col_menu_con > ul > li > a.active {
    color: #4288fb;
}
.mod .col_menu .col_menu_con > ul > li:hover a, .childList li a:hover {
    color: #4288fb;
}
.mod .col_menu .col_menu_con > ul > li > img {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.mod .col_menu .col_menu_con > ul > li > .down {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}



.mod .col_menu .col_menu_con > ul .childList {
    width: 100%;
    padding-top: 10px;
    display: none;
}
.childList li {
    position: relative;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    text-align: left;
    padding-left: 82px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}
.childList li a {
    font-size: 16px;
    color: #101010;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.childList li a.on {
    color: #4288fb;
}



.mod .col_news {
    width: 100%;
    min-height: 500px;
    float: right;
}
.col_news .col_news_box {
    padding-left: 300px;
}
.col_news .col_news_box ul li {
    /* width: 100%; */
    height: 85px;
    line-height: 85px;
    background: url(../img/icon7.png) center left no-repeat;
    padding-left: 20px;
    border-bottom: 1px dashed #adadad;
    position: relative;
}
.col_news .col_news_box ul li a {
    font-size: 16px;
    height: 100%;
    color: #101010;
    display: block;
    /* width: 80%; */
    margin-right: 130px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.col_news .col_news_box ul li a:hover {
    color: #4288fb;
}
.col_news .col_news_box ul li span {
    width: 130px;
    text-align: center;
    color: #bababa;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
}
/* 分页 */
.col_news_box .pageList, .search_box .pageList {
    text-align: center;
    margin: 40px 0;
}
.col_news_box .pageList span, .search_box .pageList span {
    display: inline-block;
    width: 52px;
    height: 40px;
    line-height: 40px;
    color: #101010;
    background-color: #f2f2f3;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    margin: 0 7px;
    cursor: pointer;
}
.col_news_box .pageList .page_l, .search_box .pageList .page_l {
    color: #BFBFBF;
    font-size: 18px;
}
.col_news_box .pageList .page_r, .search_box .pageList .page_r {
    color: #000;
    font-size: 18px;
}
.col_news_box .pageList .curPage, .search_box .pageList .curPage {
    color: #fff;
    background-color: #3894ff;
}


/* 图片列表 */
.imgList_box {
    overflow: hidden;
    padding: 0 10px;
    padding-top: 20px;
}
.imgList_box .imgList_box2 {
    width: 104.3333%;
}
.imgList_box .imgList_box2 .imgItem {
    /* padding: 15px; */
    width: 30%;
    float: left;
    margin-right: 3%;
    margin-bottom: 35px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(68, 68, 68, 0.1);
            box-shadow: 0px 0px 10px 0px rgba(68, 68, 68, 0.1);
}
.imgList_box .imgList_box2 .imgItem:hover {
    -webkit-box-shadow: 0px 13px 15px 0px rgba(68, 68, 68, 0.1);
            box-shadow: 0px 13px 15px 0px rgba(68, 68, 68, 0.1);
}
.imgList_box .imgList_box2 .imgItem p {
    width: 100%;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.imgList_box .imgList_box2 .imgItem p:hover {
    color: #4288fb;
}
.imgList_box .imgList_box2 .imgItem a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    /* border-bottom: 1px solid #e3e3e3; */
}
.imgList_box .imgList_box2 .imgItem a .imgM {
    width: 100%;
    height: 12vw;
    overflow: hidden;
    position: relative;
}
.imgList_box .imgList_box2 .imgItem a .imgM > img {
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    transition: all .7s ease;
    height: 100%;
}

.imgList_box .imgList_box2 .imgItem a:hover .imgM > img {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
    
}

/* 视频列表 */
.imgList_box .videoBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.2);
}
.imgList_box .videoBox img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

/* 当前位置 */
.position {
    height: 80px;
}
.position .container {
    height: 80px;
    line-height: 80px;
    color: #1a4e95;
    font-size: 18px;
    text-align: left;
    border-bottom: 1px solid #ececec;
}
.position .container a {
    color: #1a4e95;
    font-size: 18px;
}
/* 详情页 */
.artMain .artTitle {
    padding: 35px 0;
    color: #101010;
    font-size: 24px;
    text-align: center;
}
.artMain .artInfo {
    text-align: center;
    font-size: 14px;
    color: #b2b2b2;
    margin-bottom: 35px;
}
.artMain .artInfo span {
    margin: 0 15px;
}
.artMain .artContent {
    margin-bottom: 0;
    padding-bottom: 40px;
}
.artMain .artContent, .artMain .artContent p {
    color: #777777;
    font-size: 16px;
    line-height: 200%;
    text-align: justify;
    margin-bottom: 15px;
}
.artContent video {
    width: 80%;
    height: auto;
    outline: none;
    margin: 0 auto;
}
.preAndNext {
    margin-bottom: 25px;
}
.preAndNext p {
    margin-bottom: 0;
    height: 45px;
    line-height: 45px;
    width: 100%;
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}
.preAndNext p a {
    color: #101010;
    font-size: 15px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.preAndNext p a:hover {
    color: #0092DB;
}

/* 科室导航 */
.department {
    /* padding-top: 20px; */
}
.depListBoxs {
    margin-bottom: 15px;
} 
.department .depTabTitle {
    height: 40px;
    line-height: 40px;
    color: #101010;
    font-size: 26px;
    position: relative;
    padding-left: 18px;
    /* margin-top: 15px; */
    margin-bottom: 30px;
}
.department .depTabTitle span {
    width: 7px;
    height: 26px;
    display: inline-block;
    background-color: #4288fb;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
}
.department .depList {
    /* overflow: hidden; */
}
.department .depList .depListBox {
    width: 100%;
}
.department .depList .depListBox a {
    display: inline-block;
    width: 22%;
    height: 54px;
    /* line-height: 54px; */
    float: left;
    font-size: 18px;
    color: #444;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-right: 2.6%;
    padding: 14px;
    padding-right: 40px;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.depListBox a:after {
    content: "\e8f1";
    font-family: "iconfont" !important;
    font-size: 25px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -18px;
}
.depListBox a:hover {
    border: 1px solid #0092DB!important;
    color: #0092DB!important;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 146, 219, 0.2);
            box-shadow: 0px 10px 30px rgba(0, 146, 219, 0.2);
}

/* 科室弹出框 */
.depListBox .nLi .detailBox {
    display: none;
    position: absolute;
    left: 0;
    bottom: 53px;
    width: 100%;
    height: 200px;
    background-color: #0092DB;
    padding: 15px;
    /* padding-bottom: 0; */
    /* border-radius: 10px; */
    /* background-image: -webkit-linear-gradient(top,#4b9aa7,#3073b1); */
    background-image: -webkit-linear-gradient(top,#3073b1,#0092DB);
    background-image: -webkit-gradient(linear,left top, left bottom,from(#3073b1),to(#104599));
    background-image: -moz-linear-gradient(top,#3073b1,#104599);
    background-image: -o-linear-gradient(top,#3073b1,#0092DB);
    background-image: linear-gradient(top,#3073b1,#0092DB);
    z-index: 99999;
}
.depListBox .nLi .detailBox span {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8; /* 控制显示的行数 */
    color: #fff;
    font-size: 14px;
}



/* 科室详情简介 */
.department_details {
    
}
.introduce {
    width: 100%;
    height: 100%;
    padding: 0 30px;
    background-color: #2f4f84;
}
.introduce .introduceTit {
    color: #fff;
    font-size: 26px;
    text-align: left;
    padding: 16px 0;
}
.introduce .introduceInfo {
    color: #fff;
    font-size: 16px;
    text-align: justify;
    height: 218px;
    /* max-height: 226px; */
    overflow: hidden;
}
.introduce .introduceInfo p {
    text-indent: 2em;
    margin-bottom: 10px;
    font-size: 16px;
}
.introduce .look_more {
    display: inline-block;
    width: 107px;
    height: 37px;
    float: right;
    line-height: 37px;
    border-radius: 4px;
    background-color: #c5e1ff;
    color: #000;
    font-size: 14px;
    text-align: center;
    margin: 15px 0;
}
.department_details .doctorTit {
    width: 100%;
    height: 65px;
    line-height: 65px;
    color: #4288fb;
    font-size: 26px;
    position: relative;
    padding-left: 18px;
    border-bottom: 1px solid #ecebeb;
    margin-top: 20px;
}
.department_details .doctorTit span {
    width: 7px;
    height: 26px;
    display: inline-block;
    background-color: #4288fb;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
}

.department_details .doctorList {
    width: 100%;
    padding-top: 30px;
}
.doctorList > div {
    margin: 0 1.25%;
    max-width: 30.777%;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
            box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.doctorList > div:hover {
   -webkit-transform: translateY(-2px);
      -moz-transform: translateY(-2px);
       -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
           transform: translateY(-2px);
}
.doctorList a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 100%;
    
    

}
.doctorList a > img {
    width: 40%;
}
.doctorList a .doctorItem_r {
    padding: 20px 20px 0 20px;
    width: 60%;
}
.doctorList a .doctorItem_r .d_r1 {
    color: #101010;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
}
.doctorList a .doctorItem_r .d_r2 {
    font-size: 14px;
    text-align: left;
    color: #999;
    height: 84px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* 控制显示的行数 */
}
.doctorList a .doctorItem_r .d_r3 {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    background-color: #fff;
    color: #005cf2;
    font-size: 14px;
    text-align: center;
    border: 1px solid #005cf2;
    
}
.doctorList a .doctorItem_r .d_r3:hover {
    background-color: #005cf2;
    color: #fff;
}

/* 专家搜索介绍 */
.search_Box {
    width: 90%;
    /* height: 80px; */
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-bottom: 20px;

}
.search_Box .search_name1, .search_Box .search_name2 {
    width: 40%;
    color: #101010;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.search_Box .search_name1 select, .search_Box .search_name2 input {
    width: 310px;
    height: 50px;
    border: 1px solid #adadad;
    background-color: #fff;
    font-size: 16px;
    padding: 0 10px;
    margin-left: 3%;
    color: #415058;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
       -moz-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
}
.search_Box .search_name1 select {
    outline: none; 
}
.search_Box .search_name3 {
    width: 13%;
}
.search_Box .search_name3 .search_btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    /* background: url(../img/search.png) center left no-repeat; */
    background-color: #1a4e95;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.search_Box .search_name3 .search_btn img {
    margin-right: 5px;
}

/* 专家详情 */
.doctor_details {
    padding-top: 25px;
    padding-bottom: 50px;
}
.doctor_details .doctor_resume {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
}
.doctor_details .doctor_resumeL {
    float: left;
    width: 218px;
    height: 295px;
}
.doctor_details .doctor_resumeR {
    width: 71%;
    padding: 15px 40px;
}
.doctor_details .doctor_resumeR .doctor_resumeRName {
    color: #0089d1;
    font-size: 32px;
    font-weight: bold;
}
.doctor_details .doctor_resumeR .doctor_resumeRDep {
    margin-top: 25px;
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}
.doctor_details .doctor_resumeR .doctor_resumeRDep span {
    font-size: 18px;
    font-weight: 400;
    color: #999;
}
.doctorDeTit {
    width: 100%;
    height: 65px;
    line-height: 65px;
    color: #4288fb;
    font-size: 24px;
    position: relative;
    border-bottom: 1px solid #ecebeb;
    margin-top: 10px;
    padding-left: 32px;
    position: relative;
}
.doctorDeTit span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/icon11.svg) center top no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
}
.doctorDeBot {
    padding-top: 30px;
}
.doctorDeBot .doctorDeBotName {
    width: 9%;
    color: #4288fb;
    font-size: 18px;
}
.doctorDeBot .doctorDeBotText {
    width: 91%;
    color: #707070;
    font-size: 18px;
    line-height: 180%;
}

/* 搜索列表 */
.searchBanner {
    background: url(../img/seach_banner.png) center top no-repeat;
    -o-background-size: cover;
       background-size: cover;
}
.s_position {
    height: 60px;
    line-height: 60px;
    color: rgba(22, 132, 252, 1);
    font-size: 18px;
}
.s_position a {
    color: rgba(22, 132, 252, 1);
    font-size: 18px;
}

.s_list {
    width: 100%;
}
.s_list ul li > a {
    overflow: hidden;
    display: block;
    padding: 50px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.s_list ul li a:hover .item_right p,
.s_list ul li a:hover .item_right span {
    color: #4288fb;
}
.s_list ul li a .item_left {
    width: 75px;
    float: left;
    text-align: center;
    /* margin-right: 70px; */
}
.s_list ul li a .item_left p {
    font-size: 60px;
    color: #4288fb;
    margin-bottom: -6px;
}
.s_list ul li a .item_left span {
    color: #999999;
    font-size: 16px;
}
.s_list ul li a .item_right {
    margin-left: 145px;
}
.s_list ul li a .item_right > p {
    font-size: 20px;
    margin-bottom: 22px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}
.s_list ul li a .item_right > span, .s_list ul li .item_right a span {
    color: #666666;
    white-space: normal;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.8;
}
.s_list ul li a .item_right > span p {
	margin-bottom: 0px
}



/* yuyue方式 */
.yuYueMain {
    margin-bottom: 40px;
}
.yuYueMain .yuYueTitle {
    padding: 35px 0;
    text-align: center;
    color: #101010;
    font-size: 24px;
}
.yuYueMain .yuYueCont {
    width: 100%;
    padding: 40px;
    border: 1px solid #cbcbcb;
}
.yuYueMain .yuYueCont p {
    font-size: 16px;
}

/* 注册 */
.registerMain {
    margin-bottom: 40px;
    border: 1px solid #cbcbcb;
    margin-top: 30px;
}
.registerMain .registerTitle {
    padding: 35px 0;
    text-align: center;
    color: #101010;
    font-size: 24px;
}
.registerMain .registerCont {
    width: 100%;
    padding: 40px;
    /* border: 1px solid #cbcbcb; */
    background: url(../img/icon13.png) right bottom no-repeat;
    background-position-x: 90%;
    background-position-y: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.registerCont .must {
    color: red;
}
.registerMain .registerCont form input {
    min-width: 360px;
    font-size: 14px;
    color: #495057;
    height: -webkit-calc(1.5em + 0.75rem + 10px);
    height: -moz-calc(1.5em + 0.75rem + 10px);
    height: calc(1.5em + 0.75rem + 10px);
}
.registerMain .registerCont form input::-webkit-input-placeholder {
    font-size: 14px;
    color: #bbb;
}
.registerMain .registerCont form input:-moz-placeholder {
    font-size: 14px;
    color: #bbb;
}
.registerMain .registerCont form input::-moz-placeholder {
    font-size: 14px;
    color: #bbb;
}
.registerMain .registerCont form input:-ms-input-placeholder {
    font-size: 14px;
    color: #bbb;
}
.registerMain .registerCont form input::-ms-input-placeholder {
    font-size: 14px;
    color: #bbb;
}
.registerMain .registerCont form input::placeholder {
    font-size: 14px;
    color: #bbb;
}
.registerMain .registerCont form label {
    width: 100%;
    height: 24px;
}
.registerMain .registerCont form .form-row {
    margin-bottom: 15px;
}
.registerMain .registerCont form .formCode {
    width: 50%;
    min-width: 50%;
    float: left;
}
.registerMain .registerCont form .sendCode {
    width: 47%;
    min-width: 35%;
    float: right;
    color: #fff;
}
#registerBtn {
    padding: 8px 50px;
}

.registerTitle .logTip {
    line-height: 40px;
    float: right;
    color: #101010;
    font-size: 16px;
    margin-right: 9%;
}
.registerTitle .logTip a {
    color: #1684FC;
}


/* 手机号登录 */
.loginBox {
    width: 100%;
    height: 900px;
    background: url(../img/loginBg2.png) center top no-repeat;
}
.LoginMain {
    height: 800px;
}
.loginBox .loginTop {
    width: 100%;
    height: 100px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
            box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
}
.loginBox .loginTop span {
    font-size: 25px;
    margin-left: 20px;
    letter-spacing: 3px;
    display: inline-block;
}

.LoginMain .phoneLogMain {
    float: right;
    width: 400px;
    height: auto;
    border-radius: 20px;
    background-color: #fff;
    margin-top: 10%;
    padding: 25px 40px;
    -webkit-box-shadow: 0px 15px 30px 1px #07748d;
            box-shadow: 0px 15px 30px 1px #07748d;
}
.LoginMain .phoneLogMain .phoneLogTit {
    width: 100%;    
}
.phoneLogTit .phoneLogTitTab {
    color: #666;
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    float: left;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}
.phoneLogTit .tab_active, .phoneLogTit .phoneLogTitTab:hover {
    /* color: #4288fb!important; */
}
.phoneLogTit .tab_qr:after {
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #c7c7c7;
    content: '';
}


.LoginMain .loginForm {
    padding-top: 15px;
}
.LoginMain .loginForm input {
    width: 100%;
    height: 48px;
    padding-left: 50px;
    border-radius: 5px;
    border: 1px solid #c7c7c7;
    margin: 14px 0;
    background-position-x: 13px;
}
.loginForm1 .userName, .loginForm2 .userName {
    background: url(../img/icon14.png) center left no-repeat;
}
.loginForm1 .password {
    background: url(../img/icon15.png) center left no-repeat;
}

.loginForm1 .slideVali {
    width: 100%;
    margin: 14px 0;
}

.loginForm1 .slideVali .slideValiL {
    width: 26%;
    height: 48px;
    float: left;
    background: url(../img/icon16.png) center top no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
    background-color: #efefef;
}
.loginForm1 .slideVali .slideValiR {
    width: 74%;
    height: 48px;
    line-height: 48px;
    float: left;
    background-color: #efefef;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 16px;
    text-align: center;
}
.loginForm1 .loginOther, .loginForm2 .loginOther {
    width: 100%;
    padding: 14px 0;
}
.loginForm1 .loginOther .loginOtherL, .loginForm2 .loginOther .loginOtherL {
    float: left;
}
.loginForm1 .loginOther .loginOtherR, .loginForm2 .loginOther .loginOtherR {
    float: right;
}
.loginForm1 .loginOther a, .loginForm2 .loginOther a {
    font-size: 15px;
    color: #333;
}
.loginForm1 .loginOther a:hover, .loginForm2 .loginOther a:hover {
    color: #4288fb;
}
.loginForm1 button, .loginForm2 button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #2d77e0;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    margin: 14px 0;
}

.loginForm2 .validCodeBox {
    width: 100%;
    padding: 14px 0;
}
.loginForm2 .validCodeBox .validCode {
    width: 60%;
    float: left;
    margin: 0;
    background: url(../img/icon17.png) center left no-repeat;
    background-position-x: 13px;
}
.loginForm2 .validCodeBox .sendCode {
    float: right;
    width: 36%;
    height: 48px;
    line-height: 48px;
    font-size: 13px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #c7c7c7;
    cursor: pointer;
}





@media  screen  and (max-width: 2047px) {
    .topBanner, .topBanner .topBannerMain {
        height: 319px;
    }
}
@media  screen  and (max-width: 1919px) {
    .topBanner, .topBanner .topBannerMain {
        height: 265px;
    }
    .topBanner .topBannerTit {
        font-size: 50px;
    }
    
}
@media  screen and (max-width: 1439px) {
    .topBanner, .topBanner .topBannerMain {
        height: 239px;
    }
    .topBanner .topBannerTit {
        font-size: 40px;
    }
}
@media  screen and (min-width: 1439px) {
    .search_Box {
        width: 76%;
    }
}

/* 1440 -> 1920 */
@media screen and (min-width: 1440px) and (max-width: 4000px) {
    .container, .navbar  {
        width: 1400px;
        max-width: 1400px;
    }
}
/* 1240 -> 1440 */
@media screen and (min-width: 1240px) and (max-width: 1440px) {
    .container, .navbar {
        width: 1200px;
        max-width: 1200px;
    }
}
@media screen and (max-width: 1440px) {
    
    .header .header_search .header_searchInp {
        width: 230px;
    }
}

@media  screen  and (max-width: 1199px){
    .topBanner, .topBanner .topBannerMain {
        height: 199px;
    }
    .topBanner .topBannerTit {
        font-size: 30px;
    }
    .department .depList .depListBox a {
        width: 30.2%;
    }
   
    .header_r {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
           -moz-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .navLinks {
        margin-left: 0;
    }
    
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .doctorList a > img {
        width: 50%;
    }
    .doctorList a .doctorItem_r {
        width: 50%;
    }
    .doctorDeBot .doctorDeBotName {
        width: 11%;
    }
    .doctorDeBot .doctorDeBotText {
        width: 89%;
    }
    
}



/* 768 -> 992 */
@media screen and (min-width: 768px) and (max-width: 992px) {
    .container {
        max-width: 90%;
    }
    .header .header_search {
        width: 100%;
    }
    .header .header_search .header_searchInp {
        width: 240px;
    }
    .header .header_search .header_searchBtn {
        width: 18%;
    }
    .navbar .header_logo {
        width: 300px;
    }
    .topBanner img {
        max-width: 140%;
    }
    .imgList_box .imgList_box2 .imgItem {
        width: 46%;
    }
    .imgList_box .imgList_box2 .imgItem a .imgM {
        height: 15.7vw;
    }
    .department .depList .depListBox a {
        width: 46.5%;
    }
    .introduce .introduceInfo {
        height: 144px;
    }
    .search_Box {
        width: 100%;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .search_Box .search_name1, .search_Box .search_name2 {
        width: 46%;
    }
    .search_Box .search_name3 {
        margin-top: 20px;
    }
    .doctorDeBot .doctorDeBotName {
        width: 14%;
    }
    .doctorDeBot .doctorDeBotText {
        width: 86%;
    }
    
}

@media screen and (max-width: 992px) {
    .navbar, .bg-light {
        width: 90%;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }
    .topBanner .topBannerTit {
        margin-bottom: 30px;
    }
    .doctorList > div {
        max-width: 47.3333%;
    }
    .artContent video, .artContent p img {
        width: 100%;
    }
    
}

/* > 768 */
@media screen and (min-width: 992px) {
    .navbar .navbar-brand {
        display: none;
    }
}
/* 768px -> 900px */
@media screen and (min-width: 768px) and (max-width: 900px) {
    .col_news .col_news_box {
        padding-left: 280px;
    }
}

@media screen and (min-width: 768px){
    .mod .col_menu_con {
        display: block;
    }
}

/* < 768 */
@media screen and (max-width: 768px) {
    .container {
        max-width: 90%;
    }
    .navbar .navbar-brand {
        display: block!important;
    }
    .navbar .header_logo {
        width: 60%;
    }
    .mod {
        padding-top: 20px;
    }
    /* .col_menu {
        display: none;
    } */
    .mod .col_menu {
        width: 100%;
        float: none;
    }
    .mod .col_menu .col_menu_head {
        width: 100%;
        height: 45px;
        position: relative;
    }
    .mod .col_menu .col_menu_head .col_name {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-left: 20px;
        height: 90%;
        font-size: 18px;
    }
    .col_menu_head .col_menu_nav {
        width: 32px;
        height: 32px;
        position: absolute;
        right: 15px;
        top: 4px;
        cursor: pointer;
        display: block;
    }
    .mod .col_menu .col_menu_con {
        display: none;
    }
    .mod .col_menu .col_menu_con > ul > li {
        width: 100%;
        height: 45px;
        line-height: 45px;
        text-align: left;
        padding-left: 60px;
        -o-background-size: 6px 13px;
           background-size: 6px 13px;
    }
    .mod .col_menu .col_menu_con > ul > li > a {
        font-size: 16px;
    }
    .col_news .col_news_box {
        padding-left: 0;
    }
    .childList li {
        padding-left: 70px;
        text-align: left;
    }
    .childList li a {
        font-size: 14px;
    }
    .imgList_box .imgList_box2 .imgItem {
        width: 96%;
    }
    .imgList_box .imgList_box2 .imgItem a .imgM {
        height: 50vw;
    }
    .department .depList .depListBox a {
        width: 46.5%;
        font-size: 16px;
    }
    .doctorList > div {
        max-width: 97%;
    }
    .doctorList a > img {
        width: 164px;
        height: 222px;
    }
    .doctorList a .doctorItem_r {
        width: auto;
    }
    .search_Box {
        width: 80%;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .search_Box .search_name1, .search_Box .search_name2 {
        width: 100%;
        margin-bottom: 15px;
    }
    .search_Box .search_name3 {
        width: 100%;
    }
    .doctorDeBot .doctorDeBotName {
        width: 100%;
    }
    .doctorDeBot .doctorDeBotText {
        width: 100%;
    }
    .LoginMain .phoneLogMain {
        margin: 0 auto;
        float: inherit;
        margin-top: 100px;
    }
    
}
/* < 576 */
@media screen and (max-width: 576px) {
    .topBanner, .topBanner .topBannerMain {
        height: 199px;
    }
    .topBanner .topBannerTit {
        font-size: 30px;
    }
    
    .col_news .col_news_box ul li a {
        font-size: 16px;
        margin-right: 100px;
    }
    .col_news .col_news_box ul li span {
        width: 96px;
        font-size: 16px;
    }
    .col_news_box .pageList span, .search_box .pageList span {
        width: 70px;
        height: 30px;
        line-height: 30px;
        margin: 0 3px;
    }
    .department .depList .depListBox a {
        width: 46%;
        height: 50px;
        font-size: 14px;
        padding: 0 15px 0 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .depListBox a:after {
        right: 0;
    }
    .department .depTabTitle {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .depListBox {
        margin-bottom: 5px;
    }
    .introduce {
        padding: 0 15px;
    }
    .introduce .introduceTit {
        font-size: 20px;
    }
    .introduce .introduceInfo p {
        font-size: 14px;
    }
    .introduce .look_more {
        width: 90px;
        height: 30px;
        line-height: 30px;
        margin: 15px 0;
    }
    .doctor_details .doctor_resume {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .doctor_details .doctor_resumeL {
        width: 100%;
        text-align: center;
        height: auto;
    }
    .doctor_details .doctor_resumeL img {
        width: 50%;
        height: auto;
    }
    .doctor_details .doctor_resumeR {
        width: 100%;
        padding: 15px 0;
    }
    .doctor_details .doctor_resumeR .doctor_resumeRName {
        font-size: 20px;
    }
    .doctor_details .doctor_resumeR .doctor_resumeRDep {
        margin-top: 15px;
        font-size: 16px;
    }
    .doctor_details .doctor_resumeR .doctor_resumeRDep span {
        font-size: 16px;
    }
    .doctorDeTit {
        font-size: 20px;
    }
    .doctorDeBot .doctorDeBotName {
        margin-bottom: 15px;
    }
    .doctorDeBot .doctorDeBotName {
        font-size: 16px;
    }
    .doctorDeBot .doctorDeBotText {
        font-size: 15px;
        text-align: justify;
    }
    .loginBox .loginTop {
        height: auto;
    }
    .loginBox .loginTop img {
        width: 70%;
    }
    .loginBox .loginTop span {
        font-size: 16px;
        margin-left: 4%;
    }
    .loginBox {
        height: auto;
    }
    .LoginMain .phoneLogMain {
        width: 100%;
        padding: 20px 20px;
    }
    .introduce .introduceInfo {
    	height: 211px;
    }
}


/* < 576 */
@media screen and (max-width: 460px) {
    .topBanner, .topBanner .topBannerMain {
        height: 150px;
    }
    .topBanner .topBannerTit {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .topBanner .curPositon, .topBanner .curPositon a {
        font-size: 12px;
    }
    .navbarBox {
        -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
        box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
    }
    .position {
        height: 50px;
    }
    .position .container {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
    .position .container a {
        font-size: 14px;
    }
    .artMain .artTitle {
        padding: 25px 0;
        font-size: 20px;
    }
    .artMain .artInfo {
        font-size: 12px;
        margin-bottom: 25px;
    }
    .search_Box {
        width: 100%;
    }
    .search_Box .search_name1, .search_Box .search_name2 {
        font-size: 16px;
    }
    .search_Box .search_name1 select, .search_Box .search_name2 input {
        height: 38px;
        font-size: 16px;
    }
    .search_Box .search_name3 .search_btn {
        font-size: 16px;
        height: 38px;
    }
    .s_position, .s_position a {
        font-size: 14px;
    } 
    .s_list .s_item a {
        font-size: 16px;
    }
    .s_list .s_item .s_summary {
        height: 42px;
        font-size: 14px;
    }
    .s_list .s_item .s_time {
        font-size: 14px;
    }
    .preAndNext p, .preAndNext p a {
        font-size: 13px;
    }
    
    .registerMain .registerCont {
        display: block;
        padding: 20px;
    }
    .registerMain .registerCont form input {
        min-width: 100%;
        width: 100%;
    }
}

/* 1200 -> 1240 */
@media screen and (min-width: 1200px) and (max-width: 1240px) {
    .navbar{
        width: 1140px;
    }
}
/*  992 -> 1200 */
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar{
        width: 960px;
    }
    .navbar .navbar-nav li .nav-link {
        color: #1B1B1B;
        font-size: 16px;
        font-weight: 500;
    }
}






/* 新版页尾 */
.footer {
    width: 100%;
    background-color: #104599;
    color: #fff;
    height: auto;
}
.footer .footerTop {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.footer .footerTop .footerTop1 {
    width: 12%;
    height: 60px;
    float: left;
}
.footer .footerTop .footerTop2 {
    float: left;
    height: 60px;
    width: 85%;
}
.footer .footerTop .footerTop2 a {
    font-size: 14px;
    color: #fff;
    margin-right: 3%;
}
.footer .container > div {
    height: auto;
}
.footer .footerM {
    padding: 40px 0;
}
.footer .container .footer1C {
    width: 60%;
    float: left;
}
.footer .container .footer1C .bszsImg {
    width: 18%;
    float: left;
    font-size: 14px;
    margin-right: 2%;
    text-align: center;
}
.footer .container .footer1C .bszsText {
    width: 77%;
    float: left;
}
.footer .container .footer1C .bszsText p {
    font-size: 14px;
    padding: 4px 0;
    margin-bottom: 0;
}
.footer .container .footer1R {
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer .container .footer1R .footer1RCaode {
    width: 22%;
    font-size: 14px;
    text-align: center;
    
}
.footer .container .footer1R a img {
    width: 70%!important;
}
.footer .container .footer1R img {
    width: 100%;
}
.footerB {
    padding: 15px 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 1);
}
@media  screen and (max-width: 1439px) {
    .footer .container .footer1C .bszsText p {
        padding: 2px 0;
    }
}
@media  screen and (max-width: 1200px) {
    .footer .footerTop .footerTop1 {
        display: none;
    }
    .footer .footerTop .footerTop2 {
        width: 100%;
        text-align: center;
    }
    .footer .footerTop .footerTop2 a {
        margin-right: 0px;
        margin: 0 2%;
    }
    .footer .container .footer1C {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .footer .container .footer1C .bszsImg {
        width: auto;
    }
    .footer .container .footer1C .bszsText {
        width: auto;
    }
    .footer .container .footer1R {
        width: 100%;
        padding-top: 2.5%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .footer .container .footer1R .footer1RCaode {
        width: 10%;
        margin: 0 4%;
    }
}
@media screen and (max-width: 768px) {
    .footer .footerTop {
        display: none;
    }
    .footer .container .footer1C .bszsImg {
        display: none; 
    }
    .footer .container .footer1C .bszsText p {
        font-size: 12px;
    }
    .footer .container .footer1R {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .footer .container .footer1R .footer1RCaode {
        width: 20%;
    }
    .footer .footerM {
        padding: 20px 0;
    }
    .footerB {
        font-size: 12px;
    }
}
/* 新版页尾 end */






/* 首页 开始 */
.section1 {
    position: relative;
    background: url(../img/section1Bg.png) no-repeat;
    -o-background-size: 100% auto;
       background-size: 100% auto;
    padding-bottom: 52%;
    height: 0;
    margin-bottom: 25px;
}
.section1 .section1Box {
    height: 100%;
    float: right;
    /* position: absolute;
    right: 0;
    top: 0; */
    padding-top: 7%;
    width: 44%;
}
.section1 .section1Box a {
    display: inline-block;
    width: 43%;
    float: left;
    margin-left: 7%;
    margin-bottom: 13%;
}
.section1 .section1Box a img {
    width: 100%;
}
.section1 .section1Box .sItem3, .section1 .section1Box .sItem4 {
    margin-bottom: 0;
}

/* 模块2 */
.section2 {
    position: relative;
    background: url(../img/section2Bg.png) no-repeat;
    -o-background-size: cover;
       background-size: cover;
    padding-bottom: 40px;
    margin-bottom: 25px;
}
.section2 .s2Tit {
    height: 100px;
    line-height: 100px;
    color: #101010;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.section2 .s2Tab {
    width: 78%;
    margin: 0 auto;
}
.section2 .s2Tab a {
    display: inline-block;
    float: left;
    width: 33.33%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.section2 .s2Tab .active {
    background-color: #0d55a1;
    color: #fff;
}
.section2 .s2Main {
    margin-top: 25px;
}
.section2 .s2Main .s2Main1L {
    width: 160px;
    float: left;
    margin-right: -160px;
    border-right: 1px solid #e2e2e2;
    margin-top: 6%;
    position: relative;
}
.section2 .s2Main .s2Main1L a {
    width: 100%;
    display: inline-block;
    margin-bottom: 35px;
    color: #474747;
    font-size: 22px;
    height: 43px;
    line-height: 43px;
}
.section2 .s2Main .s2Main1L a img {
    vertical-align: -13px;
}
.section2 .s2Main .s2Main1L .active {
    color: #0d55a1;
}
.section2 .s2Main .s2Main1L a:hover {
    color: #0d55a1;
}
.section2 .s2Main .s2Main1R {
    float: right;
    width: 100%;
    
}
.section2 .s2Main .s2Main1R .s2Main1Rs {
    padding-left: 200px;
}
.section2 .s2Main .s2Main1R .s2Main1Rs .s2Main1RText {
    padding: 38px 52px;
    width: 68.5%;
    background-color: #0D55A1;
    color: #fff;
    float: left;
    margin-top: 6%;
}
.s2Main1RText .wdyqtitle {
    font-size: 26px;
}
.s2Main1RText .wdyqinfo {
    font-size: 16px;
    text-align: justify;
    text-indent: 2em;
    line-height: 50px;
    overflow: hidden;
}
.section2 .s2Main .s2Main1R .s2Main1Rs .s2Main1RImg {
    width: 31.5%;
    float: left;
}

.s2Main1RText .wdyqmore {
    float: right;
    
}
.s2Main1RText .wdyqmore a {
    color: #fff;
    font-size: 16px;
}
/* 模块3 */
.section3 .s3LTit {
    font-size: 30px;
    position: relative;
}
.section3 .s3LTit .more {
    color: #444;
    font-size: 18px;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
}

.section3 .s3LList {
    margin-bottom: 0;

}
.section3 .s3LList li {
    padding: 6% 0;
    border-bottom: 1px solid #e2e2e2;
    
}
.section3 .s3LList li a {
    display: inline-block;
    width: 100%;
    height: 55px;
    font-size: 18px;
    color: #444;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 控制显示的行数 */
}
.section3 .s3LList li span {
    display: inline-block;
    font-size: 16px;
    color: #989DA4;
    margin-top: 5px;
}
.section3 .s3R {
    padding-left: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.section3 .s3R .s3RList {
    width: 48.5%;
}
.section3 .s3R .s3RCont {
    padding: 6% 0;
}
.section3 .s3R .s3RCont a {
    /* padding-bottom: 73%; */
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: background-size .5s;
    -o-transition: -o-background-size .5s;
    -moz-transition: background-size .5s;
    transition: background-size .5s;
    transition: background-size .5s, -o-background-size .5s;
}
.section3 .s3R .s3RCont a .pic {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.section3 .s3R .s3RCont a .pic::before {
    content: '';
    display: block;
    padding-top: 73%;
}
.section3 .s3R .s3RCont a .pic .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 100%;
    height: 100%;
}
.section3 .s3R .s3RCont .s3RContInfo {
    /* position: relative;
    width: 81%;
    left: 19%;
    z-index: 2; */
    position: relative;
    margin-top: -90px;
}
.section3 .s3R .s3RCont .bgColor {
    width: 15%;
    position: absolute;
    left: 0;
    bottom: 81px;
    padding: 8%;
    background-color: #870025;
    z-index: 1;
}
.section3 .s3R .s3RCont .time {
    position: absolute;
    right: 0;
    top: -50px;
    -webkit-transition: all 0.32s;
    -o-transition: all 0.32s;
    -moz-transition: all 0.32s;
    transition: all 0.32s;
    width: 116px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    background-color: #365BAA;
    color: #fff;
    /* float: right; */
}
.section3 .s3R .s3RCont .content {
    position: relative;
    width: 85%;
    height: auto;
    padding: 6%;
    /* float: right; */
    margin-left: auto;
    background-color: #F7F7F7;
    font-size: 18px;
    color: #444;
    border: 1px solid #e2e2e2;
    z-index: 2;
}
.section3 .s3RContInfo1 {
    height: 42%;
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 18px;
    line-height: 30px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 控制显示的行数 */
}
.section3 .s3RContInfo2 {
    height: 42%;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 30px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 控制显示的行数 */
}
.section3 .s3R .s3RCont .s3Rother p {
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 10px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 控制显示的行数 */
}

.section3 .s3R .s3RCont .s3Rother .pic::before {
    content: '';
    display: block;
    padding-top: 85%;
}


/* 模块4 */
.section4 {
    background: url(../img/section4Bg.png) center top no-repeat;
    padding: 55px 0;
    margin-top: 30px;
}
.section4 .container {
    position: relative;
}
.section4 .yq_title {
    font-size: 30px;
}
.section4 .text {
    width: 40%;
}
.section4 .text .h {
    color: #3474fb;
    font-size: 22px;
    margin: 40px 0;
}
.section4 .text .p {
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    height: 3em;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}
.section4 .text a {
    font-size: 16px;
    color: #444;
}
.section4 .s4List {
    width: 100%;
    padding-left: 66px;
}
.section4 .s4List .item {
    margin-top: 18px;
    font-size: 16px;
    color: #444;
}
.section4 .s4List .item a {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section4 .s4List .item a:hover{
    color: #3474fb;
}
.section4 .s4_pic {
    position: absolute;
    width: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
       -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
         -o-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
}
.section4 .s4_pic img {
    width: 100%;
}

/* 模块5 */
.section5 {
    padding: 60px 0;
}
.section5 .s5L {
    width: 30%;
}
.section5 .s5L .s5Ltop {
    width: 100%;
}
.section5 .s5L {
    float: left;
}
.section5 .s5L .s5Ltop div {
    width: 46%;
    height: 64px;
    line-height: 64px;
    float: left;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
.section5 .s5L .s5Ltop .active {
    color: #fff;
    background-color: #104599;
}
.section5 .s5L .s5Lcont ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 16px;
}
.s5L .s5Lcont ul  {
    /*margin-top: 30px;*/
}
.s5L .s5Lcont ul li::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #104599;
    position: absolute;
    left: 0;
    top: 7px;
}
.section5 .s5Lcont ul li .t1 {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    height: 3em;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    color: #444;
}
.section5 .s5Lcont ul li .t2 {
    font-size: 14px;
    color: #999999;
    margin-top: 7px;
}
.section5 .s5Lcont ul li .span {
    margin: 0 20px;
}
.section5 .s5Lcont ul li .span1 {
    margin-left: 0;
    color: #4e4e4e;
    font-family: 'Times New Roman', Times, serif;
}
.section5 .more {
    display: inline-block;
    font-size: 16px;
    color: #444;
    margin-top: 10px;
    padding-left: 25px;
}
.section5 .s5R {
    width: 70%;
    float: right;
    padding-left: 80px;
}
.section5 .s5R .s5_title {
    height: 64px;
    line-height: 64px;
    font-size: 30px;
}
.section5 .s5R .s5RImgList {
    margin-top: 30px;
    position: relative;
}
.section5 .s5R .s5RImgList > a {
    width: 50%;
    display: block;
    float: left;
}
.section5 .s5R .s5RImgList .pic {
    position: relative;
    overflow: hidden;
}
.section5 .s5R .s5RImgList > a img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    height: 100%;
}
.section5 .s5R .s5RImgList > a .pic::before {
    content: '';
    display: block;
    padding-top: 65%;
}

.section5 .s5RImgList .txt {
    width: 50%;
    padding-left: 3%;
    float: right;
    /* border-bottom: 1px solid #E6E6E6; */
    max-height: 100%;
    height: 100%;
}
.section5 .s5RImgList .txt .title {
    font-size: 24px;
}
.section5 .s5RImgList .txt .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    height: 3em;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    color: #444;
}
.section5 .s5RImgList .txt .time {
    font-size: 20px;
    color: #4e4e4e;
    margin-top: 10px;
    font-family: 'Times New Roman', Times, serif;
}
.section5 .s5RImgList .txt .more {
    padding-left: 0;
}
.section5 .s5RImgList .txt .p {
    font-size: 14px;
    margin-top: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    height: 3em;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
}
.section5 .s5RImgList .line {
    width: 45%;
    position: absolute;
    height: 1px;
    background-color: #E6E6E6;
    right: 2%;
    bottom: 0;
}
.section5 .s5RList {
    /* padding-top: 40px; */
}
.section5 .s5RList .s5RItem {
    margin-top: 3%;
    
}
.section5 .s5RList .s5RItem a {
    display: inline-block;
    font-size: 16px;
    padding-left: 25px;
    position: relative;
    width: 80%;
    height: 24px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #444;
}
.section5 .s5RList .s5RItem a::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #104599;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
}
.section5 .s5RList .s5RItem .time {
    line-height: 24px;
    font-size: 14px;
    color: #4e4e4e;
    font-family: 'Times New Roman', Times, serif;
    float: right;
}

/* 模块6 */
.section6 {
    margin-bottom: 30px;
    background: url(../img/section6Bg.png) center top no-repeat;
    -o-background-size: cover;
       background-size: cover;
    height: 350px;
}
.section6 .container {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;*/
        position: relative;
}
.section6 .se6 {
    text-align: right;
    /* width: 21%; */
    /* float: right; */
    position: absolute;
    width: 288px;
    right: 0;
}
.section6 .se6 .se6_title, .section6 .se6 .se6_cont {
    position: absolute;
}
.section6 .se6 .se6_title {
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #12C6C6;
    top: 30%;
}
.section6 .se6 .se6_cont {
    bottom: 0;
}
.section6 .se6 .se6_cont p {
    color: #fff;
    text-align: left;
    padding-left: 30px;
    font-size: 14px;
    margin-bottom: 0px;
    margin: 18px 0;
}



@media screen and (max-width: 1520px){
    .section1 .section1Box a {
        margin-bottom: 4%;
    }
}
@media screen and (max-width: 1440px){
    .section5 .s5RList .s5RItem {
        margin-top: 5%;
    }
}
@media screen and (max-width: 1200px){
    .s2Main1RText .wdyqinfo {
        line-height: 28px;
        height: 115px;
    }
    .section3 .s3RContInfo1, .section3 .s3RContInfo2 {height: 36%;} 
    .section3 .s3R .s3RCont .s3Rother p {bottom: -45%;}
}
@media screen and (max-width: 992px){
    .section2 .s2Tab {
        width: 100%;
    }
    .section2 .s2Main {
        margin-top: 15px;
    }
    .section2 .s2Main .s2Main1L {
        width: 100%;
        margin-top: 3%;
        border: 0;
    }
    
    .section2 .s2Main .s2Main1L a {
        width: auto;
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .section2 .s2Main .s2Main1R .s2Main1Rs {
        padding-left: 0;
    }
    .section3 .s3LList li {padding: 3% 0;}
    .section3 .s3RContInfo1, .section3 .s3RContInfo2 {
        height: 60px;
    }
    /* .section3 .s3R .s3RList {height: 500px;} */
    .section3 .s3R {padding-left: 0px;margin-top: 5%;}
    .section5 .s5L, .section5 .s5R {width: 100%;padding-left: 0;}

}
@media  screen  and (max-width: 768px){
    .section2 .s2Main .s2Main1R .s2Main1Rs .s2Main1RText {
        width: 60%;
        padding: 3% 3%;
    }
    .section2 .s2Main .s2Main1R .s2Main1Rs .s2Main1RImg {
        width: 40%;
    }
    .section6 {
        background-position-x: 62%;
    }
}
@media  screen  and (max-width: 600px){
    .section1 {
        position: relative;
        background: url(../img/section1Bg.jpg) center right no-repeat;
        -o-background-size: 240%;
           background-size: 240%;
        padding-bottom: 122%;
        height: 0;
    }
    .section1 .section1Box {
        height: 100%;
        float: right;
        padding-top: 12%;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .section1 .section1Box a {
        width: 47%;
        margin-left: 0;
    }
    .section2 .s2Tit {
        height: 50px;
        line-height: 50px;
        font-size: 25px;
    }
    .section2 .s2Tab a,
    .section3 .s3LList li a,
    .section3 .s3RContInfo1 {
        font-size: 16px;
    }
    .section2 .s2Main .s2Main1L a {
        width: 33.33%;
        margin-right: 0%;
        font-size: 16px;
    }
    .section2 .s2Main .s2Main1L a:before, .section3 .s3LTit {
        font-size: 25px;
    }
    /* .section3 .s3R .s3RCont .s3RContInfo {width: 88%;} */
    .section3 .s3R .s3RCont .content {padding: 5%;}
    .s2Main1RText .wdyqtitle {font-size: 18px;}
    .s2Main1RText .wdyqinfo, 
    .s2Main1RText .wdyqmore a, 
    .section3 .s3LTit .more,
    .section3 .s3LList li span,
    .section3 .s3R .s3RCont .time {font-size: 14px;}
    .section3 .s3R .s3RList { width: 100%;}
    .section3 .s3RContInfo2 {font-size: 12px;}
    .section3 .s3R .s3RCont .s3RContInfo {
        margin-top: -107px;
    }
    .section3 .s3R .s3RCont .bgColor  {bottom: 50px;}
    .section3 .s3R .s3RCont .s3RContInfo {
        margin-top: -95px;
    }
    .section2 .s2Tab a, .section3 .s3LList li a, .section3 .s3RContInfo1 {
        margin-bottom: 5px;
    }
    .section3 .s3RContInfo2 {
        line-height: 20px;
        height: auto;
    }
    .section3 .s3RContInfo2 img{
        display:none;
    }
    .section3 .s3RContInfo2 p{
        display:none;
    }
    .section4 {
        -o-background-size: cover;
           background-size: cover;
    }
    .section4 .s4_pic {
        position: initial;
        width: 100%;
        -webkit-transform: inherit;
           -moz-transform: inherit;
            -ms-transform: inherit;
             -o-transform: inherit;
                transform: inherit;
    }
    .section4 .yq_title {
        font-size: 25px;
    }
    .section4 .text {
        width: 100%;
    }
    .section4 .text .h {
        font-size: 18px;
        margin: 20px 0;
    }
    .section4 .text .p {
        font-size: 14px;
    }
    .section4 .text a {
        font-size: 14px;
    }
    .section4 .s4List {
        padding-left: 0;
    }
    .section5 .s5RImgList .txt .title {
        font-size: 18px;
    }
    .section5 .s5R .s5_title {
        font-size: 25px;
    }
}

@media  screen  and (max-width: 460px){
    .s2Main1RText .wdyqinfo {
        line-height: 20px;
        height: 78px;
    }
    
    .section3 .s3R .s3RCont .bgColor {
        bottom: 43px;
    }
    .section5 .s5R .s5RImgList {
        margin-top: 10px;
    }
    .section5 .s5R .s5RImgList > a, .section5 .s5RImgList .txt {width: 100%;padding-left: 0;}
    .section5 .s5RImgList .txt .title, .section5 .s5RImgList .txt .time {
        font-size: 16px;
    }
    .section5 .s5RImgList .txt .p, .section5 .more {font-size: 12px;}
    .section5 .s5RList .s5RItem a {
        width: 74%;
    }
    .section5 .s5L .s5Ltop div {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .section5 .s5Lcont ul li .t1 {font-size: 16px;}
    /* .section6 {background: none;}
    .section6 .se6 {
        width: 100%;
    }
    .section6 .se6_box {
        width: 100%;
    }
    .section6 .se6 .se6_cont {
        bottom: 0;
        top: 43%;
    } */
    .section6 {
        background-position-x: center;
    }
    .section6 .se6 {opacity: 0;}
}


/* 首页 结束 */



/* 首页右侧飘窗 */
.box_left {
    position: fixed;
    right: 13px;
    bottom: 90px;
    /* display: none; */
    /* background: #004393; */
    width: 51px;
}
.box_left .box_left1 {
    padding: 16px 18px;
    border-radius: 10px;
    background: #004393;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    margin-bottom: 20px;
}
.box_left .box_left1 .box_left1Child {
    position: absolute;
    right: 58px;
    top: 0;
    width: 120px;
    display: none;
}
.box_left .box_left1 .box_left1Child img {
    width: 100%;
    margin-bottom: 10px;
}
.box_left .box_left1:hover .box_left1Child {
    display: block!important;
}
.box_left .box_left2 {
    width: 51px;
    border-radius: 10px;
    background: #004393;
    padding: 10px 0;
}
.box_left .box_left2 a {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 10px 0px;
}
.toTop {
    margin-top: 20px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}
.box_left .cur {
    opacity: 1;
    visibility: visible;
}
/* 首页右侧飘窗结束 */




/* top 20240301搜索 */
.topLink .topLink1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.topLink .header_search {
    margin-right: 10px;
}
.topLink .header_search .header_searchInp {
    width: 200px;
    height: 30px;
    float: right;
    border: 1px solid rgba(215, 215, 215, 1);
    padding-left: 10px;
}
.topLink .header_search input[type="text"]::-webkit-input-placeholder {
    color: #888;
    font-size: 14px;
}
.topLink .header_search input[type="text"]:-moz-placeholder {
    color: #888;
    font-size: 14px;
}
.topLink .header_search input[type="text"]::-moz-placeholder {
    color: #888;
    font-size: 14px;
}
.topLink .header_search input[type="text"]:-ms-input-placeholder {
    color: #888;
    font-size: 14px;
}
.topLink .header_search input[type="text"]::-ms-input-placeholder {
    color: #888;
    font-size: 14px;
}
.topLink .header_search input[type="text"]::placeholder {
    color: #888;
    font-size: 14px;
}
.topLink .header_search .header_searchBtn{
    float: right;
    width: 40px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #C7A368;
    cursor: pointer;
}
.topLink .header_search .header_searchBtn img {
    width: 20px;
    vertical-align: -4px;
}
@media screen and (max-width: 600px){
    .topLink .header_search {
        display: none;
    }
}
@media screen and (max-width: 100px){
    .topLink .dataTime{
        display: none;
    }
}
/* top 20240301搜索 end */
